home *** CD-ROM | disk | FTP | other *** search
/ Pro Intralink 3.1 / Pro Intralink v3.1.iso / dsrc / templates / unix / u_start_readme.tpl < prev    next >
Encoding:
Text File  |  2001-11-27  |  1.1 KB  |  40 lines

  1. // 16-Sep-97  $$1  JJE  Created
  2.     __RC_NAME__.readme
  3.  
  4.  
  5.     If you would like the __INSTALLABLE_NAME__ process to startup
  6.     automatically on a system reboot, you need to modify system
  7.     files as root.  Since the installation process was not run
  8.     by root, Pro/SETUP could not make these changes for you.
  9.     This file contains instructions on how to add the
  10.     __INSTALLABLE_NAME__ startup to your system's boot
  11.     procedure.
  12.  
  13.  
  14.     Digial UNIX:
  15.        Copy __RC_NAME__ to /sbin/rc3.d/S99__RC_NAME__
  16.  
  17.     Hitachi HI-UX:
  18.        Add a line:
  19.       __RC_START_CMD_PATH__
  20.        to the end of the /etc/localrc file.  Make sure that
  21.        there are no duplicate references to this startup script.
  22.  
  23.     Hewlett Packard HP-UX:
  24.        Copy __RC_NAME__ to /sbin/rc2.d/S999__RC_NAME__
  25.  
  26.     IBM AIX:
  27.        Add a line:
  28.       __RC_START_CMD_PATH__
  29.        to the end of the /etc/rc.tcpip file.  Make sure that
  30.        there are no duplicate references to this startup script.
  31.  
  32.     NEC UNIX:
  33.        Copy __RC_NAME__ to /etc/rc2.d/S99__RC_NAME__
  34.  
  35.     Sun Solaris:
  36.        Copy __RC_NAME__ to /etc/rc2.d/S99__RC_NAME__
  37.  
  38.     SGI IRIX:
  39.        Copy __RC_NAME__ to /etc/rc2.d/S99__RC_NAME__
  40.